useAppKitConnection
hook from the solana Adapter, the useAppKitAccount
AppKit hook to get the account information and PublicKey
from the solana/web3 library.isConnected
is true
useAppKitProvider
hook.walletProvider
function from the useAppKitProvider
hook. This function allows you to prompt the connected wallet to sign a specific message. Also the useAppKitAccount
AppKit hook to get the address and isConnected as explain before.useAppKitAccount
, useAppKitConnection and useAppKitProvider AppKit hooks to get the connection object, the walletProvider and the address from the user.